home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Demos / ByCompany / SUMERIS / QuantaFlow / QuantaFlow.app / English.lproj / CheckbookWinCtrl.nib / data.classes next >
Text File  |  1993-12-06  |  2KB  |  185 lines

  1. CheckbookWinCtrl = {
  2.     ACTIONS = {
  3.     doubleClick:;
  4.     resetPrintStatus:;
  5.     resetCheckbookInfo:;
  6.     loadReport:;
  7.     voidCheck:;
  8.     printChecks:;
  9.     load:;
  10.     loadChecks:;
  11.     };
  12.     OUTLETS = {
  13.     scrollView;
  14.     tiersCtrl;
  15.     bankId;
  16.     resetAsPrintedMatrix;
  17.     accountNumber;
  18.     cbOpenDate;
  19.     resetPrintStatusButton;
  20.     cbNumChecks;
  21.     tableCtrl;
  22.     accountCode;
  23.     cbName;
  24.     cbFirstCheck;
  25.     cbNFLCheck;
  26.     voidedBitSwitch;
  27.     printedBitSwitch;
  28.     bankName;
  29.     cbLastCheck;
  30.     cbNextCheck;
  31.     };
  32.     SUPERCLASS = QuantaWindowCtrl;
  33. };
  34. TableCtrl = {
  35.     ACTIONS = {
  36.     clear:;
  37.     select:;
  38.     save:;
  39.     deleteAllRows:;
  40.     insert:;
  41.     update:;
  42.     delete:;
  43.     };
  44.     OUTLETS = {
  45.     delegate;
  46.     joinTableCtrl;
  47.     database;
  48.     };
  49.     SUPERCLASS = Object;
  50. };
  51. FirstResponder = {
  52.     ACTIONS = {
  53.     new:;
  54.     save:;
  55.     };
  56.     SUPERCLASS = Object;
  57. };
  58. ZorchScrollView = {
  59.     OUTLETS = {
  60.     delegate;
  61.     tcv;
  62.     tv;
  63.     dv;
  64.     cellClass;
  65.     fillBlock;
  66.     titleFont;
  67.     };
  68.     SUPERCLASS = ScrollView;
  69. };
  70. BitSwitch = {
  71.     ACTIONS = {
  72.     bitSwitchChanged:;
  73.     };
  74.     OUTLETS = {
  75.     delegate;
  76.     falseSwitch;
  77.     trueSwitch;
  78.     };
  79.     SUPERCLASS = Object;
  80. };
  81. MatrixScrollView = {
  82.     ACTIONS = {
  83.     select:;
  84.     selectionDidChange:;
  85.     changeFont:;
  86.     changeLayout:;
  87.     print:;
  88.     };
  89.     OUTLETS = {
  90.     matrixClass;
  91.     cellClass;
  92.     dv;
  93.     textDelegate;
  94.     tv;
  95.     primaryMatrix;
  96.     titleFont;
  97.     fillBlock;
  98.     backgroundMatrix;
  99.     delegate;
  100.     keyDownField;
  101.     tcv;
  102.     font;
  103.     matrixPrototype;
  104.     };
  105.     SUPERCLASS = ScrollView;
  106. };
  107. QuantaWindowCtrl = {
  108.     OUTLETS = {
  109.     company;
  110.     };
  111.     SUPERCLASS = WindowCtrl;
  112. };
  113. InterfaceCtrl = {
  114.     ACTIONS = {
  115.     insert:;
  116.     removeRow:;
  117.     save:;
  118.     select:;
  119.     clear:;
  120.     clearInterface:;
  121.     insertRow:;
  122.     copy:;
  123.     pasteboard:;
  124.     deleteRow:;
  125.     reload:;
  126.     new:;
  127.     selectFirstText:;
  128.     destinationChanged:;
  129.     addRow:;
  130.     };
  131.     OUTLETS = {
  132.     buttonMatrix;
  133.     interface;
  134.     window;
  135.     firstText;
  136.     };
  137.     SUPERCLASS = TableCtrl;
  138. };
  139. QITableView = {
  140.     ACTIONS = {
  141.     reload:;
  142.     reloadRow:;
  143.     };
  144.     OUTLETS = {
  145.     tableCtrl;
  146.     };
  147.     SUPERCLASS = MatrixScrollView;
  148. };
  149. WindowCtrl = {
  150.     ACTIONS = {
  151.     windowWillClose:;
  152.     print:;
  153.     insert:;
  154.     update:;
  155.     windowDidUpdate:;
  156.     save:;
  157.     clear:;
  158.     delete:;
  159.     changeLayout:;
  160.     load:;
  161.     new:;
  162.     importTextFile:;
  163.     show:;
  164.     sizeToMinWidth:;
  165.     windowDidBecomeMain:;
  166.     windowDidBecomeKey:;
  167.     };
  168.     OUTLETS = {
  169.     window;
  170.     printedView;
  171.     printInfo;
  172.     };
  173.     SUPERCLASS = Object;
  174. };
  175. PaymentType = {
  176.     ACTIONS = {
  177.     load:;
  178.     };
  179.     OUTLETS = {
  180.     popUpButton;
  181.     codeField;
  182.     };
  183.     SUPERCLASS = Object;
  184. };
  185.